home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / dmake38c.zip / OPTOFF.H < prev    next >
C/C++ Source or Header  |  1992-01-23  |  49b  |  4 lines

  1. #if _MSC_VER < 600
  2. # pragma loop_opt(off)
  3. #endif
  4.